home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Graphics / Gnuplot / Source / MultipleSelectionMatrix.h < prev    next >
Encoding:
Text File  |  1993-03-18  |  246 b   |  15 lines

  1.  
  2. /* $Id: MultipleSelectionMatrix.h,v 1.1.1.1 1993/03/18 03:34:28 davis Exp $ */
  3.  
  4. #import <appkit/Matrix.h>
  5.  
  6. @interface MultipleSelectionMatrix:Matrix
  7. {
  8.     int    selectedCount;
  9. }
  10.  
  11. - (BOOL)multipleCellsSelected;
  12. - (BOOL)incrementCount:sender;
  13.  
  14. @end
  15.